home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5973 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: draco.prima.ruhr.de!ehb
  2. Newsgroups: comp.sys.amiga.programmer
  3. Subject: Re: GadTools GENERIC gadget.
  4. Distribution: world
  5. References:  <19960321.1442588.13C40@hereford.ampr.org>
  6. From: ehb@draco.prima.ruhr.de (Edwin H. Bielawski)
  7. Message-ID: <ehb.04ep@draco.prima.ruhr.de>
  8. Date: Fri, 22 Mar 96 15:39:11 +0100
  9. Organization: private UUCP site Dortmund Scharnhorst (Germany), member of Prima e.V.
  10.  
  11. In article <19960321.1442588.13C40@hereford.ampr.org> kgroombr@hereford.ampr.org (Kenton Groombridge) writes:
  12. >I am trying to create a toggle button with the new GadTools look.  Since the
  13. >GadTools button does not have a "TOGGLE" tagitem (That should have been in
  14.  
  15. The only legal gadtools toggle select gadget is CHECKBOX_KIND.
  16. Do you want to change the image?
  17.  
  18. >there), I am attempting to create one using the GENERIC gadget.  It seems
  19. >that if I do it this way, it looks just the the gadgets in OS 1.3 (the same
  20. >select color).  Does anybody know a system legal way to get this effect?
  21.  
  22. GENERIC_KIND gadget are for mixing GadTools gadgets with other ones.
  23.  
  24. When you create a GENERIC_KIND gadget with GadTools, you gets a normal
  25. intuition gadget structure! Set all needed entries after creation.
  26. FreeGadgets will not free your entries, so all changes are legal.
  27.  
  28. I use this for gadgets with different images and toggle select.
  29.  
  30. BTW GT_SetGadgetAttrs would not work on such a gadget!
  31.  
  32.   <enb
  33.  
  34. -- 
  35.              greetings from draco.prima.ruhr.de
  36.  
  37.                     Edwin H. Bielawski
  38.